Miner.CommandLine Namespace > Parser Class > ParseArguments Method : ParseArguments(String[],Object,ErrorReporter) Method |
'Declaration
Public Overloads Shared Function ParseArguments( _ ByVal arguments() As System.String, _ ByVal destination As System.Object, _ ByVal reporter As ErrorReporter _ ) As System.Boolean
'Usage
Dim arguments() As System.String Dim destination As System.Object Dim reporter As ErrorReporter Dim value As System.Boolean value = Parser.ParseArguments(arguments, destination, reporter)
public static System.bool ParseArguments( System.string[] arguments, System.object destination, ErrorReporter reporter )
public function ParseArguments( arguments: System.Stringarray of; destination: System.TObject; reporter: ErrorReporter ): System.Boolean; static;
public static function ParseArguments( arguments : System.String[], destination : System.Object, reporter : ErrorReporter ) : System.boolean;
public: static System.bool ParseArguments( System.string*[]* arguments, System.Object* destination, ErrorReporter* reporter )
public: static System.bool ParseArguments( System.array<String^>^ arguments, System.Object^ destination, ErrorReporter^ reporter )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2